projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42abead
)
Avoid a stray 'yes' in configure output
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 28 Jun 2010 16:36:33 +0000
(12:36 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 28 Jun 2010 16:36:33 +0000
(12:36 -0400)
The corresponding AC_MSG_CHECKING line got lost
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c762bff860548ae0a3ebdcf2ecc0d649f50dcca1..70db346def3c8269cff99b4d52c28c968ff95adc 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-740,6
+740,8
@@
AC_MSG_RESULT($gtk_uxtheme_h)
AC_CHECK_HEADERS(crt_externs.h)
AC_CHECK_FUNCS(_NSGetEnviron)
+AC_MSG_CHECKING(whether to build dynamic modules)
+
AC_ARG_ENABLE(modules,
[AC_HELP_STRING([--disable-modules],
[disable dynamic module loading])])